body {
  margin: 0px;
  padding: 0px;
}
.home-component .home .row .firstDropDown .dropdown .dropdownMenu a {
 font-size: 16px;
 white-space: break-spaces;
    }
.home-component .home .row .secondDropDown .dropdown .dropdownMenu a {
 font-size: 16px;
 white-space: break-spaces;
    }
.home-component {
  font-family: Galaxie-Polaris, sans-serif;
  font-style: normal;
  max-width: 1550px;
}
.home-component .home p {
  margin-top: 20px !important;
  font-family: Galaxie-Polaris, sans-serif !important;
}
.home-component .home .row {
  flex-direction: column;
}
.home-component .home .row .firstDropDown {
  font-family: Galaxie-Polaris, sans-serif !important;
}
.home-component .home .row .firstDropDown .Text {
  font-family: Galaxie-Polaris, sans-serif !important;
}
.home-component .home .row .firstDropDown .dropdown .first {
  display: none;
  z-index: 100 !important;
}
.home-component .home .row .firstDropDown .dropdown .firstTextContainer {
  display: flex;
  gap: 5px;
  flex-grow: 1;
  cursor: pointer;
}
.home-component .home .row .firstDropDown .dropdown .firstTextContainer a {
  font-family: Galaxie-Polaris, sans-serif;
  white-space: break-spaces;
  word-wrap: break-word;
}
.home-component .home .row .firstDropDown .dropdown .firstTextContainer .Btn-text {
  flex-grow: 1;
  font-family: Galaxie-Polaris, sans-serif;
}
.home-component .home .row .secondDropDown {
  display: none;
}
.home-component .home .row .secondDropDown .dropdown .second {
  display: none;
  z-index: 100 !important;
}
.home-component .home .row .secondDropDown .dropdown .dropDownMenuContainer {
  display: none;
}
.home-component .home .row .secondDropDown .dropdown .SecondTextContainer {
  display: flex;
  gap: 5px;
  flex-grow: 1;
  cursor: pointer;
}
.home-component .home .row .secondDropDown .dropdown .SecondTextContainer .s-text {
  font-family: Galaxie-Polaris, sans-serif;
}
.home-component .home .row .secondDropDown .dropdown .SecondTextContainer .Btn-text {
  flex-grow: 1;
  font-family: Galaxie-Polaris, sans-serif;
}
.home-component .button {
  margin-top: 36px;
}
.home-component .button button {
  padding: 8px;
  gap: 8px;
  background: #FF8400;
  justify-content: center;
  border: 0px;
  border-radius: 8px;
  align-items: center;
  width: 198px;
}
.home-component .button button a {
  gap: 8px;
  text-decoration: none !important;
  align-items: center;
  display: flex;
  justify-content: center;
  font-family: Galaxie-Polaris-Medium, sans-serif !important;
}
.home-component .button button a span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.32px;
}

@media screen and (min-width: 360px) and (max-width: 360px) {
  .home-component .home .row .firstDropDown .dropdown .dropdownMenu {
    width: 230px !important;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownMenu {
    width: 230px !important;
  }
}
@media screen and (max-width: 431px) {
  .home-component {
    background-color: #fff;
    font-family: Galaxie-Polaris, sans-serif;
    font-style: normal;
    display: flex;
    align-items: center;
    height: 340px;
  }
  .home-component .home {
    width: 100%;
  }
  .home-component .home p {
    display: none;
  }
  .home-component .home .row {
    gap: 12px;
    flex-direction: column !important;
  }
  .home-component .home .row .bannerText {
    margin: 48px 0px 12px 0px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .home-component .home .row .bannerText h7 {
    color: #FF8400;
    font-size: 12px;
    font-weight: 550;
    line-height: 16px;
    letter-spacing: 0.24px;
    font-family: Galaxie-Polaris, sans-serif !important;
  }
  .home-component .home .row .bannerText h2 {
    margin: 0px;
    color: #000;
    font-size: 24px;
    font-weight: 550;
    line-height: 32px;
    letter-spacing: 0.48px;
    font-family: Galaxie-Polaris, sans-serif !important;
  }
  .home-component .home .row .firstDropDown {
    flex-direction: column !important;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 300px;
    gap: 5px;
  }
  .home-component .home .row .firstDropDown .Text {
    padding: 0px;
    color: #575A5D;
    font-size: 14px;
    font-weight: 550;
    line-height: 24px;
  }
  .home-component .home .row .firstDropDown .dropdown {
    padding: 0px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer {
    border-bottom: 1px solid #D9D9D9;
    gap: 5px !important;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .Btn-text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    min-height: 24px !important;
    flex-grow: 1;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .icon {
    align-self: center;
    cursor: pointer;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .icon i {
    font-size: 24px;
    color: #000;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownMenu {
    position: absolute;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.12);
    display: none;
    flex-direction: column;
    padding: 8px;
    gap: 8px;
    width: 250px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownMenu a {
    text-decoration: none !important;
    padding: 0px;
    color: #000 !important;
    font-size: 14px;
    font-weight: 450;
    line-height: 24px;
    letter-spacing: 0.28px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownMenu .dropdown-item:hover {
    background-color: #FF8400;
  }
  .home-component .home .row .secondDropDown {
    flex-direction: column !important;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 300px;
    gap: 5px;
  }
  .home-component .home .row .secondDropDown .s-text {
    padding: 0px;
    color: #575A5D;
    font-size: 14px;
    font-weight: 550;
    line-height: 24px;
  }
  .home-component .home .row .secondDropDown .dropdown {
    padding: 0px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle {
    gap: 12px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer {
    border-bottom: 1px solid #D9D9D9;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .Btn-text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    min-height: 24.8px !important;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .icon {
    align-self: center;
    cursor: pointer;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .icon i {
    font-size: 24px;
    color: #000;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownMenu {
    position: absolute;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.12);
    display: none;
    flex-direction: column;
    padding: 8px;
    gap: 8px;
    width: 250px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownMenu a {
    text-decoration: none !important;
    padding: 0px;
    color: #000 !important;
    font-size: 14px;
    font-weight: 450;
    line-height: 24px;
    letter-spacing: 0.28px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownMenu .dropdown-item:hover {
    background-color: #FF8400;
  }
  .home-component .button {
    margin-left: auto;
    margin-bottom: 40px;
  }
  .home-component .button button a {
    height: 24px !important;
  }
}
@media screen and (min-width: 431px) {
  .home-component {
    font-family: Galaxie-Polaris, sans-serif;
    font-style: normal;
    display: flex;
    align-items: center;
    height: 360px;
  }
  .home-component .home {
    width: 100%;
  }
  .home-component .home p {
    margin: 0px;
    color: #FF8400;
    font-size: 18px;
    font-weight: 550;
    line-height: 24px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
  }
  .home-component .home .row {
    margin-top: 24px;
  }
  .home-component .home .row .bannerText {
    display: none;
  }
  .home-component .home .row .firstDropDown {
    gap: 12px;
    max-width: 350px;
  }
  .home-component .home .row .firstDropDown .Text {
    color: #575A5D;
    font-weight: 550;
    line-height: 40px;
    letter-spacing: 0.72px;
    padding: 0px;
  }
  .home-component .home .row .firstDropDown .dropdown {
    padding: 0px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer {
    border-bottom: 4px solid #D9D9D9;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .icon {
    cursor: pointer;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .Btn-text {
    color: #000;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.72px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownMenu {
    position: absolute;
    z-index: 1;
    width: 350px;
    margin-top: 12px;
    background: #FFF;
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.12);
    display: none;
    flex-direction: column;
    padding: 16px;
    gap: 12px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownMenu a {
    text-decoration: none !important;
    padding: 0px;
    color: #000 !important;
    font-weight: 450;
    line-height: 24px;
    letter-spacing: 0.32px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownMenu .dropdown-item:hover {
    background-color: #FF8400;
  }
  .home-component .home .row .secondDropDown {
    padding: 0px;
    gap: 12px;
    max-width: 350px;
  }
  .home-component .home .row .secondDropDown .s-text {
    color: #575A5D;
    font-weight: 550;
    line-height: 40px;
    letter-spacing: 0.72px;
    padding: 0px;
  }
  .home-component .home .row .secondDropDown .mobileText,
  .home-component .home .row .secondDropDown .transformMobileText {
    display: none;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer {
    border-bottom: 4px solid #D9D9D9;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .icon {
    cursor: pointer;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .Btn-text {
    color: #000;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.72px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownMenu {
    position: absolute;
    z-index: 1;
    width: 350px;
    margin-left: 10px;
    margin-top: 12px;
    background: #FFF;
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.12);
    display: none;
    flex-direction: column;
    padding: 16px;
    gap: 12px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownMenu a {
    padding: 0px;
    text-decoration: none !important;
    color: #000 !important;
    font-weight: 450;
    line-height: 24px;
    letter-spacing: 0.32px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownMenu .dropdown-item:hover {
    background-color: #FF8400;
  }
  .home-component .button {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 431px) and (max-width: 540px) {
  .home-component .home .row {
    gap: 12px;
    padding-left: 15px;
  }
  .home-component .home .row .firstDropDown {
    flex-direction: column !important;
    gap: 4px;
  }
  .home-component .home .row .firstDropDown .Text {
    font-size: 14px;
    line-height: 20px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer {
    max-width: 480px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .icon {
    padding-right: 5px;
    align-self: center;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .icon i {
    font-size: 20px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .Btn-text {
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownMenu {
    width: 280px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownMenu a {
    font-size: 14px;
  }
  .home-component .home .row .secondDropDown {
    padding-left: 0px;
    flex-direction: column !important;
    gap: 4px;
  }
  .home-component .home .row .secondDropDown .s-text {
    font-size: 14px;
    line-height: 20px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer {
    max-width: 480px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .icon {
    padding-right: 5px;
    align-self: center;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .icon i {
    font-size: 20px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .Btn-text {
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownMenu {
    width: 280px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownMenu a {
    font-size: 14px;
  }
}
@media screen and (min-width: 540px) and (max-width: 768px) {
  .home-component .home .row {
    padding-left: 15px;
    gap: 12px;
  }
  .home-component .home .row .firstDropDown {
    gap: 8px;
    flex-direction: column !important;
  }
  .home-component .home .row .firstDropDown .Text {
    font-size: 14px;
    line-height: 24px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer {
    max-width: 680px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .icon {
    padding-right: 5px;
    align-self: center;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .icon i {
    font-size: 24px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .Btn-text {
    font-size: 14px;
    line-height: 24px;
    min-height: 24px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownMenu {
    width: 270px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownMenu a {
    font-size: 14px;
  }
  .home-component .home .row .secondDropDown {
    gap: 8px;
    flex-direction: column !important;
  }
  .home-component .home .row .secondDropDown .s-text {
    font-size: 14px;
    line-height: 24px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer {
    max-width: 680px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .icon {
    padding-right: 5px;
    align-self: center;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .icon i {
    font-size: 24px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .Btn-text {
    font-size: 14px;
    line-height: 24px;
    min-height: 24px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownMenu {
    width: 270px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownMenu a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  .home-component .home .row {
    padding-left: 15px;
    gap: 12px;
  }
  .home-component .home .row .firstDropDown {
    gap: 12px;
    flex-direction: column !important;
  }
  .home-component .home .row .firstDropDown .Text {
    font-size: 15px;
    line-height: 24px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer {
    max-width: 680px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .icon {
    padding-right: 5px;
    align-self: center;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .icon i {
    font-size: 24px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .Btn-text {
    font-size: 15px;
    line-height: 24px;
    min-height: 24px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownMenu {
    width: 285px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownMenu a {
    font-size: 14px;
  }
  .home-component .home .row .secondDropDown {
    gap: 12px;
    flex-direction: column !important;
  }
  .home-component .home .row .secondDropDown .s-text {
    font-size: 15px;
    line-height: 24px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer {
    max-width: 680px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .icon {
    padding-right: 5px;
    align-self: center;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .icon i {
    font-size: 24px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .Btn-text {
    font-size: 15px;
    line-height: 24px;
    min-height: 24px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownMenu {
    width: 285px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownMenu a {
    font-size: 14px;
  }
}
@media screen and (min-width: 821px) and (max-width: 912px) {
  .home-component .home .row {
    padding-left: 15px;
    gap: 12px;
  }
  .home-component .home .row .firstDropDown {
    gap: 8px;
    flex-direction: column !important;
  }
  .home-component .home .row .firstDropDown .Text {
    font-size: 16px;
    line-height: 24px;
  }
  .home-component .home .row .firstDropDown .transform {
    font-size: 16px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer {
    max-width: 680px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .icon {
    padding-right: 5px;
    align-self: center;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .icon i {
    font-size: 24px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .Btn-text {
    font-size: 16px;
    line-height: 24px;
    min-height: 24px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownMenu a {
    font-size: 14px;
  }
  .home-component .home .row .secondDropDown {
    gap: 8px;
    flex-direction: column !important;
  }
  .home-component .home .row .secondDropDown .s-text {
    font-size: 16px;
    line-height: 24px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .icon {
    padding-right: 5px;
    align-self: center;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .icon i {
    font-size: 24px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .Btn-text {
    font-size: 16px;
    line-height: 24px;
    min-height: 24px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownMenu a {
    font-size: 14px;
  }
}
@media screen and (min-width: 913px) and (max-width: 1279px) {
  .home-component .home p {
    padding-left: 45px;
  }
  .home-component .home .row {
    padding-left: 60px;
    gap: 12px;
  }
  .home-component .home .row .firstDropDown {
    flex-direction: column !important;
    gap: 4px;
  }
  .home-component .home .row .firstDropDown .Text {
    font-size: 18px;
    line-height: 30px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .Btn-text {
    font-size: 18px;
    line-height: 30px !important;
    min-height: 30px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer {
    max-width: 680px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .icon {
    padding-right: 10px;
    align-self: center;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .icon i {
    font-size: 24px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownMenu a {
    font-size: 16px;
  }
  .home-component .home .row .secondDropDown {
    flex-direction: column !important;
    gap: 4px;
  }
  .home-component .home .row .secondDropDown .s-text {
    font-size: 18px;
    line-height: 30px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .Btn-text {
    font-size: 18px;
    line-height: 30px !important;
    min-height: 30px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .icon {
    padding-right: 10px;
    align-self: center;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .icon i {
    font-size: 24px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownMenu {
    right: -10px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownMenu a {
    font-size: 16px;
  }
  .home-component .home .button {
    padding-left: 45px;
    margin-top: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .home-component .home {
    padding-left: 75px;
  }
  .home-component .home .row {
    margin-left: 0px !important;
    gap: 12px;
  }
  .home-component .home .row .firstDropDown {
    flex-direction: column !important;
    max-width: 350px;
    gap: 6px;
  }
  .home-component .home .row .firstDropDown .Text {
    font-size: 24px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .Btn-text {
    font-size: 24px;
    min-height: 40px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .icon {
    padding-right: 10px;
    align-self: center;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .icon i {
    font-size: 32px;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownMenu {
    max-width: 461px;
    right: 0;
  }
  .home-component .home .row .firstDropDown .dropdown .dropdownMenu a {
    font-size: 16px;
  }
  .home-component .home .row .secondDropDown {
    flex-direction: column !important;
    gap: 6px;
  }
  .home-component .home .row .secondDropDown .s-text {
    font-size: 24px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .Btn-text {
    font-size: 24px;
    min-height: 40px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .icon {
    padding-right: 10px;
    align-self: center;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .icon i {
    font-size: 32px;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownMenu {
    right: 0;
  }
  .home-component .home .row .secondDropDown .dropdown .dropdownMenu a {
    font-size: 16px;
  }
}
@media screen and (max-width: 431px) {
  .themingDark.home-component {
    background-color: #2C2C2E;
    font-family: Galaxie-Polaris, sans-serif;
    font-style: normal;
    display: flex;
    align-items: center;
    height: 340px;
  }
  .themingDark.home-component .home {
    width: 100%;
  }
  .themingDark.home-component .home p {
    display: none;
  }
  .themingDark.home-component .home .row {
    gap: 12px;
    flex-direction: column !important;
  }
  .themingDark.home-component .home .row .bannerText {
    margin: 48px 0px 12px 0px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .themingDark.home-component .home .row .bannerText h7 {
    color: #FF8400;
    font-size: 12px;
    font-weight: 550;
    line-height: 16px;
    letter-spacing: 0.24px;
    font-family: Galaxie-Polaris, sans-serif !important;
  }
  .themingDark.home-component .home .row .bannerText h2 {
    margin: 0px;
    color: #FFF;
    font-size: 24px;
    font-weight: 550;
    line-height: 32px;
    letter-spacing: 0.48px;
    font-family: Galaxie-Polaris, sans-serif !important;
  }
  .themingDark.home-component .home .row .firstDropDown {
    flex-direction: column !important;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 300px;
    gap: 5px;
  }
  .themingDark.home-component .home .row .firstDropDown .Text {
    padding: 0px;
    color: #FFF;
    font-size: 14px;
    font-weight: 550;
    line-height: 24px;
  }
  .themingDark.home-component .home .row .firstDropDown .dropdown {
    padding: 0px;
  }
  .themingDark.home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer {
    border-bottom: 1px solid #D9D9D9;
    gap: 5px !important;
  }
  .themingDark.home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .Btn-text {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    min-height: 24px !important;
    flex-grow: 1;
  }
  .themingDark.home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .icon {
    align-self: center;
    cursor: pointer;
  }
  .themingDark.home-component .home .row .firstDropDown .dropdown .dropdownToggle .firstTextContainer .icon i {
    font-size: 24px;
    color: white;
  }
  .themingDark.home-component .home .row .firstDropDown .dropdown .dropdownMenu {
    position: absolute;
    z-index: 1;
    background: #000;
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.12);
    display: none;
    flex-direction: column;
    padding: 8px;
    gap: 8px;
    width: 250px;
  }
  .themingDark.home-component .home .row .firstDropDown .dropdown .dropdownMenu a {
    text-decoration: none !important;
    padding: 0px;
    color: #FFF !important;
    font-size: 14px;
    font-weight: 450;
    line-height: 24px;
    letter-spacing: 0.28px;
  }
  .themingDark.home-component .home .row .firstDropDown .dropdown .dropdownMenu .dropdown-item:hover {
    background-color: #FF8400;
  }
  .themingDark.home-component .home .row .secondDropDown {
    flex-direction: column !important;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 300px;
    gap: 5px;
  }
  .themingDark.home-component .home .row .secondDropDown .s-text {
    padding: 0px;
    color: #FFF;
    font-size: 14px;
    font-weight: 550;
    line-height: 24px;
  }
  .themingDark.home-component .home .row .secondDropDown .dropdown {
    padding: 0px;
  }
  .themingDark.home-component .home .row .secondDropDown .dropdown .dropdownToggle {
    gap: 12px;
  }
  .themingDark.home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer {
    border-bottom: 1px solid #D9D9D9;
  }
  .themingDark.home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .Btn-text {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    min-height: 24.8px !important;
  }
  .themingDark.home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .icon {
    align-self: center;
    cursor: pointer;
  }
  .themingDark.home-component .home .row .secondDropDown .dropdown .dropdownToggle .SecondTextContainer .icon i {
    font-size: 24px;
    color: white;
  }
  .themingDark.home-component .home .row .secondDropDown .dropdown .dropdownMenu {
    position: absolute;
    z-index: 1;
    background: #000;
    box-shadow: 0px 2px 32px 0px rgba(0, 0, 0, 0.12);
    display: none;
    flex-direction: column;
    padding: 8px;
    gap: 8px;
    width: 250px;
  }
  .themingDark.home-component .home .row .secondDropDown .dropdown .dropdownMenu a {
    text-decoration: none !important;
    padding: 0px;
    color: #FFF !important;
    font-size: 14px;
    font-weight: 450;
    line-height: 24px;
    letter-spacing: 0.28px;
  }
  .themingDark.home-component .home .row .secondDropDown .dropdown .dropdownMenu .dropdown-item:hover {
    background-color: #FF8400;
  }
  .themingDark.home-component .button {
    margin-left: auto;
    margin-bottom: 40px;
  }
  .themingDark.home-component .button button a {
    height: 24px !important;
  }
}